a11y: Document GtkATContext::state-changed
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 02:19:35 +0000 (22:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 02:40:10 +0000 (22:40 -0400)
gtk/gtkatcontext.c

index aefce4df4f7c9ebd9e12b88b9e4ea15701626c86..f38b5921de11abed38d277bcfb1f705d20dcae97 100644 (file)
@@ -172,6 +172,19 @@ gtk_at_context_class_init (GtkATContextClass *klass)
                          G_PARAM_CONSTRUCT_ONLY |
                          G_PARAM_STATIC_STRINGS);
 
+  /**
+   * GtkATContext::state-change:
+   * @self: the #GtkATContext
+   * @changed_states: flags for the changed states
+   * @changed_properties: flags for the changed properties
+   * @changed_relations,
+   * @states: the new states
+   * @properties: the new properties
+   * @relations: the new relations
+   *
+   * Emitted when the attributes of the accessible for the
+   * #GtkATContext instance change.
+   */
   obj_signals[STATE_CHANGE] =
     g_signal_new ("state-change",
                   G_TYPE_FROM_CLASS (gobject_class),